Submitted By: Anonymous on May 2, 2016
1
4544
Functional programming is all about removing state from your programs/functions and leaving them pure. Eg whenever you put any particular value in in you will always get the same value out. - explanation by reddit user brookllyn